Check for OSX >= 10.4 to match what the maunal says and what we actually support.
authorJan D. <jan.h.d@swipnet.se>
Sun, 7 Oct 2012 10:07:23 +0000 (12:07 +0200)
committerJan D. <jan.h.d@swipnet.se>
Sun, 7 Oct 2012 10:07:23 +0000 (12:07 +0200)
commitf01ab2a7ed956c26b08bac79a2492d627f29553f
tree9153efc7696e2367e167353130c0e985b207ad71
parentfada2f9739f3220b83ecbb006b5590db6c3ce51d
Check for OSX >= 10.4 to match what the maunal says and what we actually support.

* configure.ac: Check that OSX is 10.4 or newer.

* etc/NEWS (NextStep/OSX port changes): OSX 10.4 or newer is required.

* src/nsfns.m (Fns_list_services): Remove comment and check for OSX < 10.4.
(ns_do_applescript): Remove check for >= MAC_OS_X_VERSION_10_4.

* src/nsimage.m (setPixmapData, getPixelAtX, setAlphaAtX): Remove onTiger.

* src/nsmenu.m (fillWithWidgetValue:): Remove code for < MAC_OS_X_VERSION_10_2.

* src/nsselect.m (ns_string_from_pasteboard): Remove check for >=
MAC_OS_X_VERSION_10_4.

* src/nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove.
(EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4.
(struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3.
ChangeLog
configure.ac
etc/ChangeLog
etc/NEWS
src/ChangeLog
src/nsfns.m
src/nsimage.m
src/nsmenu.m
src/nsselect.m
src/nsterm.h
src/nsterm.m